Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Input With Missing Required Fields #41

Closed

Conversation

PascalSenn
Copy link
Contributor

No description provided.

spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Show resolved Hide resolved
@michaelstaib
Copy link
Member

# warning

input Input1 {
  field1: String
}

input Input1 {
  field2: String
}

# error

input Input1 {
  field1: String!
}

input Input1 {
  field2: String
}

@PascalSenn PascalSenn changed the title Adds input with differnt fields to composition Adds Input With Missing Required Fields Nov 7, 2024
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Show resolved Hide resolved
PascalSenn added a commit that referenced this pull request Dec 31, 2024
Co-authored-by: Michael Staib <[email protected]>
Co-authored-by: Glen <[email protected]>
@PascalSenn
Copy link
Contributor Author

closed by #93

@PascalSenn PascalSenn closed this Dec 31, 2024
PascalSenn added a commit that referenced this pull request Dec 31, 2024
Co-authored-by: Michael Staib <[email protected]>
Co-authored-by: Glen <[email protected]>
michaelstaib added a commit that referenced this pull request Dec 31, 2024
Co-authored-by: Michael Staib <[email protected]>
Co-authored-by: Glen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants